Path: / files / {id} / file

get the file with given id

Path parameters:
id - file-descriptor id

Method Summary
ResourceDescription
GET /files/{id}/fileget the file with given id

Method Detail
HTTP Example:
GET /files/{id}/file

API Example:

FilesResource.getFile({'id': /* id file-descriptor id */});

get the file with given id

Output:
javax.ws.rs.core.Response - file
Produces:
application/octet-stream